Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Trying to integrate with zipkin at actor level #8

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

kmruiz
Copy link
Contributor

@kmruiz kmruiz commented Jan 28, 2021

This spike configures a plugin that uses Brave to send traces to Zipkin. These traces are tracked by actor type and send the actor id as a dimension.

How to run

Start a Zipkin server:

$> docker run -it -p 9411:9411 openzipkin/zipkin

Start the Test.java class:

com.github.Test

Expected behaviour

You should be able to see two traces in the zipkin console:

image

Traces are not shown automatically, so remember to press the Search button (the magnifier).

@kmruiz kmruiz requested a review from VaughnVernon January 28, 2021 22:32
@VaughnVernon
Copy link
Contributor

Thanks @kmruiz! We will experiment with this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants